Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberSession


LogContainsCyberItem

Tests whether a particular Cyberdog item is in the log.

ODBoolean LogContainsCyberItem (in CyberItem item);
item
The Cyberdog item for this operation.
return value
kODTrue if the log contains an equivalent Cyberdog item; otherwise, kODFalse.
DISCUSSION
You call this method to determine whether a particular Cyberdog item is in the log. This method calls the log extension's ContainsCyberItem method. Typically, a Cyberdog display part calls LogContainsCyberItem to see whether an item is already in the log before adding the item.

Do not subclass this class.

SEE ALSO
The CyberItem::Compare method (page 230).
The CyberLogExtension::ContainsCyberItem method (page 253).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help